func text/template.indirectInterface

12 uses

	text/template (current package)
		exec.go#L302: 	truth, ok := isTrue(indirectInterface(val))
		exec.go#L1089: func indirectInterface(v reflect.Value) reflect.Value {
		funcs.go#L212: 	item = indirectInterface(item)
		funcs.go#L217: 		index = indirectInterface(index)
		funcs.go#L256: 	item = indirectInterface(item)
		funcs.go#L322: 	fn = indirectInterface(fn)
		funcs.go#L348: 		arg = indirectInterface(arg)
		funcs.go#L385: 	t, _ := isTrue(indirectInterface(arg))
		funcs.go#L472: 	arg1 = indirectInterface(arg1)
		funcs.go#L478: 		arg = indirectInterface(arg)
		funcs.go#L537: 	arg1 = indirectInterface(arg1)
		funcs.go#L542: 	arg2 = indirectInterface(arg2)